-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(direct-access): save context not present if direct access enabled #6764
Conversation
[Open discussion](#6459) for feature with other issues
Codecov Report
@@ Coverage Diff @@
## master #6764 +/- ##
==========================================
- Coverage 93.90% 93.32% -0.59%
==========================================
Files 169 169
Lines 12197 12197
==========================================
- Hits 11454 11383 -71
- Misses 743 814 +71
Continue to review full report at Codecov.
|
Can you add a test case? Looks good! |
@omairvaiyani I'm going to add a test case to cover direct access. This has already been fixed via |
@dplewis thanks for that! My apologies for the uncertainty around the fix. We've been settled on parse-server v3~ since the GraphQL Relay change so my patches are hazy! |
Related PR introduced a new feature but does not work with experimental Direct Access which uses
ParseServerRESTController
.Proposed change just adds
context
intodata
as expected byRestWrite
Open discussion for feature with other issues